:root {
    --themecolor1: #003A74;
    --themecolor2: #0081C6;
    --themecolor3: #ECBB24;    
    --text-colordark: #333333;
    --font-face1: "Inter", sans-serif !important;
    --outline-color: #F7F7F7;

}

.bg-dark {
    background: var(--themecolor2) !important;
}
.color-1 {
    color: var(--themecolor1);
}
.color-2 {
    color: var(--themecolor2);
}
.color-3 {
    color: var(--themecolor3);
}
.bgbluedaek{background: var(--themecolor1);}
.bgbluelight{background: var(--themecolor2);}
.Gothamblack{ font-family: 'gotham_narrowblack';}
.Gothammedium{ font-family: "gotham_narrowmedium";}
.Gothamblack{ font-family: 'gotham_narrowblack';}

.tt_m{ font-family: 'TT Norms Pro Medium', sans-serif!important;}
.tt_b{ font-family: 'TT Norms Pro Bold', sans-serif!important;}
.tg_m{font-family:'gotham_narrowmedium', sans-serif!important;}
.tg_b{font-family:'gotham_narrowbold', sans-serif!important;}

@font-face {
    font-family: 'Gotham Narrow Medium';
    src: url("../fonts/GothamNarrow-Medium.8e94398300d6.woff") format('woff2'), url('../fonts/GothamNarrow-Medium.woff2') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "gotham_narrowmedium";
    src: url("../fonts/gothamnarrow-medium-webfont.11a70dd7995d.woff2") format("woff2"), url("../fonts/gothamnarrow-medium-webfont.2b367acbb6f1.woff") format("woff");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: "gotham_narrowbold";
    src: url("../fonts/GothamNarrow-Bold.dec7e36205c3.woff2") format("woff2"), url("../fonts/GothamNarrow-Bold.53ea48abcdf0.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'gotham_narrowblack';
    src: url("../fonts/fontsfree-net-gothamnarrow-black-1-webfont.32c8738dd51a.woff2") format('woff2'),
         url("../fonts/fontsfree-net-gothamnarrow-black-1-webfont.29299cc09ddf.woff") format('woff');
    font-weight: normal;
    font-style: normal;
  
  }


@font-face {
    font-family: 'TT Norms Pro', sans-serif;
    src: url("../fonts/TTNormsProRegular.1eff4e14642a.woff") format('woff2'), url("../fonts/TTNormsProRegular.b72a0c29bde2.woff2") format('woff');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'TT Norms Pro Medium', sans-serif;
    src: url("../fonts/TT Norms Pro Medium.e24831fdf128.woff") format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'TT Norms Pro Bold', sans-serif;
    src: url("../fonts/TTNormsPro-Bold.e4d588e1f0a6.woff2") format('woff2'),
        url("../fonts/TTNormsPro-Bold.b02bad8d52c9.woff") format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'TT Norms Pro';
    src: url("../fonts/TTNormsPro-Light.4e4b8a804a20.woff2") format('woff2'),
        url("../fonts/TTNormsPro-Light.6aa9fd400a4d.woff") format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

body {
    background: #003a74;
    font-family: 'TT Norms Pro', sans-serif ;
}
input, textarea, select, label{font-family: 'TT Norms Pro', sans-serif !important;}

.clear {
    clear: both
}

.divaid {
    width: 50px;
    border-radius: 33px;
    height: 5px;
    background: #fff;
    margin: 9px auto;
}

.btn {
    background: var(--themecolor3);
    border-radius: 30px;
    padding: 12px 19px 13px;
    line-height: 24px;
    font-size: 20px;
    color: #002B57;
    font-weight: bold;
    transition: all 0.3s;
}

.btn:hover {
    color: #002b57 !important;
    background: #fff;
    border: 1px solid var(--themecolor3);
}

.btn_w {
    background:transparent;
    border-radius: 30px;
    padding: 12px 19px 13px;
    line-height: 24px;
    font-size: 20px;
    border: 2px solid #ffffff;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s;
}

.btn_w:hover {
    color: #002b57 !important;
    background: #fff;
    border: 2px solid var(--themecolor3);
}



.btn_2 {
    background: var(--themecolor3);
    border-radius: 30px;
    padding: 18px 50px 16px;
    line-height: 22px;
    font-size: 18px;
    color: #002B57;
    font-weight: bold;
    transition: all 0.3s;
}

.btn_2.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0;
}

.btn_2:hover {
    color: #002b57 !important;
    background: #fff;
    border: 1px solid var(--themecolor3);
}



h1,
h2,
h3,
h4,
h5 {
    font-family: "gotham_narrowbold";
}

.h2,
h2 {
    font-size: 70px;
    line-height: 1;
}

.h3,
h3 {
    font-size: 25px;
    line-height: 28px;
}

.h1-main-px {
    padding: 0 100px;
}

.bg-tintsgreen a:hover {
    color: #4aa6ac !important;
}

ul,
ol {
    list-style-position: inside;
}

p:empty {
    display: none;
    margin-bottom: 0
}



.f-color-F8F4F0 {
    color: #17153D;
}

.greybg {
    background: #DCDCE2
}

.lightgreybg {
    background: #5B616F;
}

.cursor-pointer {
    cursor: pointer;
}
.fs-14 {
    font-size: 14px !important;
}
.fs-16 {
    font-size: 16px;
}
.fs-18 {
    font-size: 18px;
}
.fs-18w {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-26 {
    font-size: 26px;
}
.fs-24 {
    font-size: 24px;
}
.fs-30 {
    font-size: 30px;
}
.fs-36 {
    font-size: 36px;
    line-height: 43px;
    font-weight: 500;
   
}

.fs-38 {
    font-size: 38px;
    line-height: 46px;
    font-weight: 900;
   
}

.fs-72 {
    font-size: 58px;
    line-height: 65px;
}

.fs-52 {
    font-size: 52px;
}

.fs-28 {
    font-size: 28px;
    line-height: 43px;
}

.fs-35 {
    font-size: 35px;
}

.fs-22 {
    font-size: 20px;
}

.fs-50 {
    font-size: 50px;
    line-height: 60px;
}

.fs-80 {
    font-size: 4vw;
    line-height: 80px;
}
.faqlineheight{line-height:28px;}
.mt-100 {
    margin-top: 85px;
}

.mb-150 {
    margin-bottom: 150px;
}

.lh-60 {
    line-height: 60px;
}

.px-200 {
    padding: 0 180px;
}

.py-130 {
    padding: 100px 0;
}

.py-100 {
    padding: 85px 0;
}

.py-200 {
    padding: 200px 0;
}

.pt-130 {
    padding-top: 70px;
}

.pl-130 {
    padding-left: 70px;
}

.pr-130 {
    padding-right: 70px;
}

.mt-75 {
    margin-top: 75px;
}
.white{color: #fff;}

.headertop-contact {
    background: #fff;
    padding: 5px 65px;
    transition: all 0.3s;
    position: fixed;
    width: 100%;
    top: 0;
    box-shadow: 0 5px 10px #ccc;
}

.fixed .logo {
    width: 120px;
}

.logo {
    width: 205px;
    transition: all 0.3s;
    margin: auto;
    padding: 5px;
}

.sidenav {
    right: 0;
    margin: 0 auto;
    top: 50%;
    width: 100%;
    justify-content: space-between;
}

.sidenav ul li {
    display: inline-block;
    text-align: center;
    padding: 0 0.44vw;
    vertical-align: middle;
}


.dropdwoen-sec ul li {
    padding: 2px 12px !important;
    text-align: left;
    display: block;
}

.sidenav .dropdwoen-sec ul li.active a {
    color: #fff !important;
    border: 0 !important;
}

.sidenav ul li a.nav-link {
    font-weight: bold;
    border-bottom: solid 2px rgba(253, 236, 0, 0);
    font-size: 16px;
    line-height: 22px;
}

.sidenav .accordion {
    display: block;
    text-align: center;
}

#myHeader {
    width: 100%;
    z-index: 9;
    position: fixed;
    padding: 22px 0;
    transition: all 0.3s;
    top: 0;
    background: none;
}

#linkid {
    /*! position: relative; */
}

#myHeader.fixed {
    left: 0;
    right: 0;
    padding: 10px 0;
    background: #fff;
    animation: slideDown .4s ease-out;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

#myHeader .w-150 {
    filter: contrast(0%) brightness(2);
}
#myHeader.fixed .w-150 {
    width: 190px;
    filter: brightness();
}

.amenitiesnewmenu:hover .collapse:not(.show) {
    display: block !important;
    margin-top: 3px;
    opacity: 1;
    visibility: visible;
}
.dropdwoen-sec {
    width: 250px;
    position: absolute;
    left: 10px;
    background: #fff;
    padding: 10px;
    transition: all .4s ease-in-out;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    margin-top: 15px;
    border-radius: 14px;
}

.amenitiesnewmenu .collapse:not(.show) {
    visibility: hidden;
    display: inherit;
    opacity: 0;
}

.dropdwoen-sec ul li a {
    text-align: left;
    font-size: 16px;
    color: #000 !important;
    line-height: 33px;
    border-bottom: 0 !important;
    width: 100%; font-weight: 600;
    display: block;
    text-decoration: none;
}

.dropdwoen-sec ul li:hover a {
    color: #ecbb24 !important;
}



.dropdwoen-sec ul li.active a {
    color: #fff !important;
    border-bottom: 2px solid #fff !important;
}

.sidenav a.nav-link {
    text-decoration: none;
    line-height: 1.1;
    font-size: 1vw;
    display: block;
    transition: 0.3s;
    vertical-align: middle;
    color: #fff;
    padding: 1px 0 1px;
}

.sidenav a.nav-link:hover,
.sidenav a.nav-link:focus {
    color: #ecbb24 !important;
}

.fixed .bookbtn {
    padding: 15px 40px;
}

.fixed .mobile_logo {
    width: 150px;
    display: inline-block;
}

.header .sidenav .nav-item.active a {
    border-bottom: solid 2px var(--themecolor3);
    color: var(--themecolor3);
}

.fixed .sidenav a.nav-link {
    color: #3A3636;
}

.sidenav ul li a.nav-link:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0%;
    content: '';
    color: transparent;
    background: var(--themecolor3);
    height: 2px;
}

.sidenav ul li a.nav-link:hover:after {
    width: 100%;
}

.sidenav ul li a {
    position: relative;
}

.sidenav ul li a.nav-link:after,
.sidenav ul li a.nav-link:before {
    transition: all .5s;
}

.header .mobile_logo {
    width: 20vw;
    display: block;
    transition: all 0.5s;
    padding: 15px;
}

.header.fixed .mobile_logo {
    width: 18vw;
}

.w-250 {
    width: 150px;
    transition: all 0.3s;
}
.w-250mob {
    width: 200px;
    transition: all 0.3s;
}

.sidenav ul li a.nav-link .bi::before {
    vertical-align: -.3em;
    transition: .5s;
}

.header-content {
    padding-bottom: 60px;
}
.header-content h1 {
    color: #fff;
}

.header-content p {
    color: #fff;
    font-size: 28px;
}


p{ font-size: 18px; line-height: 30px;}


.sidenav ul li a.btn {
    padding: 9px 18px;
}

.header .green-logo {
    display: none;
}

.header.fixed .green-logo {
    display: block;
}

.header.fixed .main-logo {
    display: none;
}


.breadcrumbman{display: flex;
    margin: auto;
    padding: 0 1px;}

.moterdna {
    background: #0081c6;
    padding: 98px 86px;
    border-radius: 36px;
    margin-top: -250px;
    border:1px solid rgba(255, 255, 255, 0.35);
}

.moterdnainner {
    border-radius: 30px;
    margin-top: -250px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    padding: 12px;
    background: #fff;
}
.moterdnainnerintl{
    border-radius: 30px;
    margin-top: -250px;
    padding: 12px;
}

.margin-200 {
    margin-top: -250px;
}

.moterdna h2 {
    color: #fff;
}

.moterdna p {
    color: #fff;
}

.carousel-caption {
    top: 14rem;
}

.carousel-indicators {
    display: none;
}


.holder {
    width: 32%;
    margin-bottom: 20px;
   overflow: hidden;
   padding: 0px;
   border-radius: 14px;
}

.holder img {
    width: 100%;
    transition: opacity 1s, transform 0.7s ease-in;
}


.form{
    background: #0081c6;
}

.menuoverlay{
    position: relative;
}

.menuoverlay::before{
    content: '';
    /*! background: #fff; */
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 1;
    background: rgba(0,0,0,.6);
    left: 0;
    z-index: 1;
}

.overlay{
    position: relative;
}

.overlay::before{
    content: '';
    /*! background: #fff; */
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 1;
    background: linear-gradient(190deg, rgba(255,255,255,0.1) 0%, rgba(0,129,198,1) 100%);
    left: 0;
    z-index: 1;
}

.banner {   
    background-size: cover !important;
    background-position: center bottom !important;
    padding: 85px 0 0;
    height: 95vh;
    position: relative;
}

.homebanner {background: url("../images/homebanner.fff2aa3a3112.webp")no-repeat;}
.solution_banner {background: url("../images/solution_banner.d3b3e57e05b4.webp")no-repeat;}
.intelligence_banner {background: url("../images/intelligence-bannerbg.9034e63bf9f7.webp")no-repeat;}
.vehicle_iq_banner {background: url("../images/vehicle_iq_banner.6dbcfc9ce356.webp")no-repeat;}
.marketplace {background: url("../images/marketplace.456bafa6d0fb.webp")no-repeat;}
.vin_banner {background: url("../images/vin_banner.848233d07290.webp")no-repeat;}
.motorhub_digital_garage_banner {background: url("../images/motorhub_digital_garage_banner.b0fd1ca7f063.webp")no-repeat;}
.insurance_banner {background: url("../images/insurance_banner.b81f237eb6b2.webp")no-repeat;}
.auto_sales {background: url("../images/auto_sales.67ccc436af7a.webp")no-repeat;}
.fleet_management {background: url("../images/fleet_management.3893fda37788.webp")no-repeat;}
.auto_salvage {background: url("../images/auto_salvage.415989d940d8.webp")no-repeat;}
.auto_servicing {background: url("../images/auto_servicing.f0c5651182ae.webp")no-repeat;}
.auto_finance {background: url("../images/auto_finance.8f3695f963ed.webp")no-repeat;}
.consumer {background: url("../images/consumer.f34559230732.jpg")no-repeat;}
.contact {background: url("../images/contact.6a98f3674912.jpg")no-repeat;}
.newsbanner {background: url("../images/newsbanner.28b9e4d1907d.jpg")no-repeat; height: 686px;}
.blogheader{background: url("../images/blogheader.f8328a16db26.jpg")no-repeat; height: 686px; }
.blogheaderinner{background: url("../images/blogheaderinner.43ea536731ef.svg")no-repeat; height: 686px;}
.faqs{background: url("../images/faqs.d16265139631.jpg")no-repeat; height: 686px;}
.signuolanding {background: url("../images/consumer.f34559230732.jpg")no-repeat;height: 686px;}
.rounded24{border-radius: 30px;}

.banner::after {
    content: '';
    position: absolute;
    clip-path: polygon(100% 83%, 100% 100%, -15% 100%, 0px 96%);
    bottom: 0;
    background: #003a74;
    width: 100%;
    height: 868px;
    left: 0px;
}
.captiontext {
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
    width: 100%;
}
.captiontext.captionmarkettext{top:45%;}

.captiontext-desk {
    position: absolute;
    top: 43% !important;
    transform: translateY(-50%) !important;
    width: 100%;
}
.innerbannertext{top: 40%;}
.cardoursolutions {
    top: 50%;
    left: 50%;
    transform: translate(0%,0%);
    width: 31.3%;
    height: 572px;
    background: #0081C6;
    overflow: hidden;
    display: inline-block;
    margin: 14px 10px;
    border-radius: 20px;
}

.cardoursolutions .imgBx,
.cardoursolutions .details {
    width: 100%;
    height: 100%;
    position: absolute;
    box-sizing: border-box;
    transition: .5s;
}
.cardoursolutions .imgBx {
    top: 0;
    left: 0;
}
.cardoursolutions:hover .imgBx {
    top: 0;
    left: -100%;
}

.cardoursolutions .details {
    background: linear-gradient(170deg, rgba(0,129,198,1) 0%, rgba(0,58,116,1) 100%);
    top: 0;
    left: 100%;
    padding: 30px 30px;
}
.cardoursolutions:hover .details {
    top: 0;
    left: 0%;
}
.cardoursolutions .details h2 {
    color: #fff;
    margin: 0;
    padding: 0 0 10px;


}
.cardoursolutions .details p {
    margin: 0px 0 0;
    color: #fff;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}
.oursolutionsoverlaytext {
    position: absolute;
    top: 50%;
    left: 0;
    text-align: left;
    padding-right: 0;
    right: 0;
    transform: translateY(-50%);
}
imgBx::before {
    content: "";
    background: rgba(255, 255, 255, 0.85);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
}
.form-select.phnumber {
    /* background: transparent; */
    padding: 0 31px 0 0;
    border: 0px solid;
}
    .form-select{background-image: url("../images/arrow-down.61d38c129309.svg");}

    .upload input {
        padding: 12px 23px;
    }

.contact-block{
    height: 466px; 
    background-color: #200763;
}
.contact-testimonial {
    position: absolute;
    top: 15%;
    bottom: inherit;
    z-index: 1;
    max-width: 40%;
    margin: auto;
    text-align: justify;
}
.fs-18{font-size:20px; line-height:28px;}
.fs-22{font-size: 22px; line-height: 34px;}
.formblock {
     background-color: #fff;
     border: 1px solid #EBEFF6;
     padding: 46px;
     border-radius: 10px;
     position: relative;
     top: -218px;
    }

.fw-400 {font-weight:400;}
.bg-color{background-color:rgba(222,228,234,0.15);}
.addresssection{padding-top:80px; padding-bottom:80px;}
.addressblock{background-color:#fff; border-radius:16px;height: 100%;}
.contactm-top{margin-top: -100px;}
ul.ourlist li {
    list-style: none;
    padding-left: 28px;
    position: relative;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 13px;
}
ul.ourlist li::before {
    content: "";
    background: url("../images/check_circle.d72caa3264b9.svg");
    height: 17px;
    width: 17px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 3px;
}
.filter_w {
    fill: #fff;
    filter: sepia(0) saturate(0) brightness(255) hue-rotate(135deg);
}
.imgBx img{height: 100%;}

.darkblue{background: #002850;}
.sectors_w {
    max-width: 1480px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
}
figure.effect-lily img {
    width: 100%;
}

figure.effect-lily figcaption {
    text-align: left;
    cursor: pointer;
}

figure.effect-lily figcaption > div {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1em;
    width: 100%;
    /*! height: 50%; */
    z-index: 1;
    text-align: center;
}

figure.effect-lily h2,
figure.effect-lily p {
    -webkit-transform: translate3d(0,40px,0);
    transform: translate3d(0,40px,0);
}

figure.effect-lily h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    font-size: 26px;
    font-weight: bold;
}

figure.effect-lily p {
    color: rgba(255,255,255,0.8);
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
    margin-top: 23px;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
    opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}

figcaption .btn.btn_2 {
    width: 33px;
    height: 33px;
    padding: 3px 8px;
}
figure {
    border-radius: 20px;
    overflow: hidden;
}

/* new-css */

.px-40{
    padding: 0px 40px;
}

.py-50{
    padding: 50px 0px;
}

.pt-50{
    padding-top: 50px;
}

footer{
    background: linear-gradient(120deg, rgb(237, 243, 234) 0%, rgb(144, 202, 250) 100%);
}


.footer-icon li{display: flex; list-style: none; background: #0081C6; border-radius: 3px; margin-right: 15px; width: 34px; height: 34px; text-align: center;}
.footer-icon li:hover{background: #003A74;}
.partner-icon li{display: flex; list-style: none; margin-right: 15px; width: 89px; height: 89px; text-align: center;}

.footer-icon li a{margin: auto;}



.footer-links ul li{
list-style: none;
}

.footer-links ul li a {
    text-decoration: none;
    font-size: 18px;
    color: #000;
    line-height: 46px;
    font-weight: 300;
}

.footer-bottum-box {
    border-top: solid #7EB0D5 1px;
    padding: 14px 0px;
}
.footer-bottum-box a {
    margin-right: 18px;
    font-size: 16px !important;
}

.copyright{
    text-align: end;
}
.footer-contant a.btn_w {
    color: #002b57;
    border: solid 1px #002b57;
    font-weight: bold;
}

.footer-contant .active {
    color: #002b57;
    background: #ecbb24;
    border: solid 1px #ecbb24;
}

.empoweringslider .slick-dots li {  
    background: #003A74;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1324px;
}
.container1{
    max-width:1090px;
}


.lightbluebg{background: linear-gradient(170deg, rgba(0,129,198,0.6) 0%, rgba(0,58,116,0.6) 100%);}
.lightbluegra{ background: rgb(237,243,234);
    background: linear-gradient(126deg, rgba(237,243,234,1) 0%, rgba(144,202,250,1) 100%); }
.whyuse-section .heicon {min-width: 46px;min-height: 46px;line-height: 46px;
    color: #0081C6;border: 1px solid #E2E2E2;font-size: 20px;}
.whyuse-section {border-radius: 20px;transition: 0.4s;}
.whyuse-section:hover {
    background: linear-gradient(290deg, rgba(237,243,234,1) 0%, rgba(144,202,250,1) 100%);
    
}

.unlock-powerbg{ position: relative;background: #fff url(../images/parking-garage.jpg) no-repeat center center;background-size: cover;}
.unlock-powerbg::before{background: rgba(0, 42, 84, 0.94);content: "";position:absolute;height: 100%;width: 100%;top: 0; bottom: 0;}
.removebg{border: 0px;background: transparent;color: #fff;}
.quotes {
    position: absolute;
    background: #0081C6;
    bottom: -9px;
    left: 18px;
    padding: 9px;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    font-size: 46px;
    text-align: center;
}


.lightbluegra {
    color: #000;
    font-size: 14px;
    text-align: center;
    padding: 5px 20px 24px;
    border-radius: 20px;
}
.slick-testimonial .slick-track{padding-top: 100px;}
.slick-testimonial .slick-slide a {
    color: #eb7245;
}
.slick-testimonial .img-box {
    width: 132px;
    height: 132px;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
    border: 4px solid #fff;
    top: -59px;
    z-index: 1;
}
.slick-testimonial .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}
.slick-testimonial .testimonial {   
    padding: 12px 120px 10px;
    font-size: 22px;
    font-weight: lighter;
    font-family: TT Norms Pro;
}

.slick-testimonial .overview {  
    text-align: center;
    padding-bottom: 5px;
}

.slick-testimonial .star-rating i {
    font-size: 18px;
    color: #ffdc12;
}
.prev-btn, .next-btn {
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background: #0081C6;
    text-shadow: none;
    top: inherit;
    left: 38px;
    margin: auto;
    text-decoration: none;
    bottom: -39px;
    opacity: 1;
    border: 0px solid;
    font-size: 23px;
    color: #fff;
    
}
.slidebgline .slick-dots li {
    background: #0081C6;
}

.accordion-button {
    background-color: transparent;
    color: #fff;
}


.accordion-item {
    background-color: transparent;
    border-left: 0px !important;
    border-right: 0px !important;padding: 20px 0px;
    border: 1px solid rgba(255,255,255,.20);
}
.accordion-button:not(.collapsed) {
    background-color: transparent;
    font-weight: bold;
    color: #fff;
}
.accordion-button::after {   background: url("../images/faqdownarrow.dfc570f06977.svg") no-repeat top center;width: 24px;height: 20px; margin-top:5px;}
.accordion-button:not(.collapsed)::after {background: url("../images/faquparrow.016049508dc1.svg") no-repeat top center;transform: var(--bs-accordion-btn-icon-transform);}
.accordion-button:not(.collapsed) {box-shadow: inset 0 calc(0 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);}

.faqspage .accordion-button::after {
    background: url("../images/+.c14265c15309.svg") no-repeat left center;
    transform: var(--bs-accordion-btn-icon-transform);
    width: 33px;
    height: 24px;
    position: absolute;
    left: 5px;
}
.accordion-item.faqspage {
    width: 100%;
    padding: 0;
}
.faqspage .accordion-button {
    color: #003A74 !important;
    padding-left: 55px;
    width: 100%;
}

.faqspage .accordion-body {
    color: #212121 !important;

}
.blogpagineerpage .collapse:not(.show) {
    display: block
}

.blogpagineerpage .link, .blogpagineerpage li, .blogpagineerpage p, .blogpagineerpage h3, .blogpagineerpage h2{color: #fff;}
.blogpagineerpage h3, .blogpagineerpage h2{color: #fff; font-size: 28px; margin-top: 40px;}
.blogpagineerpage ul li{list-style: none; font-size: 20px; line-height: 30px; margin: 20px 0;}
.blogpagineerpage ul li a{ text-decoration: none;}
.border-bottom {
    border-bottom: 1px solid #275580 !important;
}

.wide_section{padding: 50px; text-align: left; margin-bottom: 40px;}
.liststyle li {
    list-style: none;
    font-size: 20px;
    color: #000;
    line-height: 32px;
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
}
.liststyle li::before {
    content: "";
    background: url("../images/Icon_star.45f86eb20c62.svg") no-repeat left center;
    width: 16px;
    height: 15px;
    display: inline-block;
    position: absolute;
    top:10px;
    left: 0;
}

.liststylewhite li {
    color: #fff;

}
.liststylewhite li::before {
    content: "";
    background: url("../images/Icon_starwhite.4ae203f8c1bf.svg") no-repeat left center;
    width: 16px;
    height: 15px;
    display: inline-block;
    position: absolute;
    top:10px;
    left: 0;
}

.contactform {
    background: #0081c6;
    padding: 0px 0px 0;
    border-radius: 36px;
    margin: -350px auto; max-width: 800px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    overflow: hidden;
}
.contactform .singup-form{max-width: 100%;}
.h-300{height: 300px;}
textarea{resize: none;}
.numbershow{width: 54px;
    height: 54px;
    display: flex;
    background: #0081C6;
    border: 3px solid #003A74;
    left: 70px;}

    .numbershow span{margin: auto;
        font-size: 22px;
        font-weight: bold;
        color: #fff;}


        .bloglist ul li {
            list-style: none;
            display: inline-block;
            vertical-align: middle;
            color: #B3D9EE;
            font-size: 20px;
            padding-right: 10px;
            line-height: 13px;
        }
        .bloglist ul{ list-style: none;}


        .timeline{
            position:relative;
            margin:50px auto;
            padding:40px 0;
            box-sizing:border-box;
          }
          .timeline:before {
            content: '';
            position: absolute;
            left: 50%;
            width: 2px;
            height: 57%;
            background: #003a74;
            top: 130px;
          }
          .timeline ul{
            padding:0;
            margin:0;
          }
          .timeline ul li{
            list-style:none;
            position:relative;
            width:50%;
            padding:45px 40px;
            box-sizing:border-box;
          }
          .timeline ul li:nth-child(odd){
            float:left;
            text-align:right;
            clear:both;
          }
          .timeline ul li:nth-child(even){
            float:right;
            text-align:left;
            clear:both;
          }
          .content{
            padding-bottom:20px;
          }
          .timeline ul li:nth-child(odd):before
          {
            content:'';
            position:absolute;
            width:10px;
            height:10px;
            top:38px;
            right:-6px;
            background:#003a74;
            border-radius:50%;
            box-shadow:0 0 0 3px rgba(233,33,99,0.2);
          }
          .timeline ul li:nth-child(even):before
          {
            content:'';
            position:absolute;
            width:10px;
            height:10px;
            top:24px;
            left:-4px;
            background:#003a74;
            border-radius:50%;
            box-shadow:0 0 0 3px rgba(233,33,99,0.2);
          }
          .timeline ul li h3{
            padding:0;
            margin:0;
            color:#003a74;
            font-weight:600;
          }
          .timeline ul li p{
            margin:10px 0 0;
            padding:0;
          }
          .timeline ul li .time h4{
            margin:0;
            padding:0;
            font-size:14px;
          }
          .timeline ul li:nth-child(odd) .time h4{
            position: absolute;
            top: 28px;
            right: -65px;
            margin: 0;
            padding: 6px 12px;
            background: #fff;
            color: #0081c6;
            border-radius: 50%;
            /* box-shadow: 0 0 0 3px rgba(233, 33, 99, 0.3); */
          }
          .timeline ul li:nth-child(odd) .time h5 {
            position: absolute;
            top: 70px;
            right: -104%;
            margin: 0;
            color: #fff;
            text-align: left;
            width:235px;
          }
          
          
          .timeline ul li:nth-child(even) .time h4 {
            position: absolute;
            top: 12px;
            left: -60px;
            margin: 0;
            padding: 7px 12px;
            background: #fff;
            color: #0081c6;
            border-radius: 50%;
          }
          .timeline ul li:nth-child(even) .time h5 {
            position: absolute;
            top: 60px;
            left: -104%;
            margin: 0;
            color: #fff;
            text-align: end;
            width:235px;
          }
          
          .timeline h2{
            font-size: 32px;
            font-weight: bold;
            color: #fff;
            padding-left: 40px;
          }


/*  */

.accordion-button:focus{
    box-shadow: none;
}

.btn_2 img{margin-left: 2px;}

/* ................ */
.slick-list {
    margin: 0 -5px;
}

input[type="range"] {
    -webkit-appearance: none;
    /* width: 100%; */
    margin: 20px auto;
    padding: 0;
    height: 8px;
    border-radius: 10px;
    background: #0081c6;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-webkit-slider-thumb {
    box-shadow: 1px 1px 1px #ecbb24, 0px 0px 1px #ecbb24;
    width: 16px;
    border-radius: 10px;
    background: #ecbb24;
    cursor: pointer;
    -webkit-appearance: none;
    width: 30%;
    height: 7px;
}
/* ........................................ */

.border-left{
    border-left: solid 2px #fff;
}
#myHeader .wwhite {
    filter: contrast(0%) brightness(2);
}
#myHeader.fixed .wwhite{
    filter: brightness();
}

.paddingblock{
    padding:50px;
}
.imgsizehome{width:341px;}
.textarrow {
  position: relative;
}
.textarrow img {
  text-align: center;
  position: absolute;
  top: 12px;
  right: 3px;
  width: 11px;
  height: 11px;
  bottom: 8px;
  left: -1px;
}
.privacytext {
  padding-right: 65px;
  padding-left: 65px;
}
.textblocktxt{
    text-decoration:none;
}
.roundedradius{
    border-radius:20px 20px 0px 0px !important;
}
.bannercontact {
  height: 100vh;
}
.innerbannercontact{
    top: 34%;
}
.blogheaderinnerfaq{
    background: url("../images/blogheaderinner.43ea536731ef.svg")no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    height:370px;
}
.captiontext4 {    
    top: 42%;
  }
.listblock{
    padding:30px;
}

.faqsolution .accordion-button {
  padding: 5px 0px;
  line-height: 23px;
}
.faqsolution .accordion-body {
  padding: 5px 10px 5px 0px;
}
.insurancepara p {
  width: 80%;
  margin: auto;
}
.autopara p {
  width: 65%;
  margin: auto;
}
.salvagepara p{
  width: 60%;
  margin: auto;
}
.financepara p {
  width: 50%;
  margin: auto;
}
.chooseuspara p{
    width: 95%;
}
.verifyemail {
  text-decoration: navajowhite;
}
.scoretext{
    font-size:30px;
}
.innerintellimgblock {
  width: 80%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.intelheadertext.intelheadertext {
  width: 70%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.thankspagesection {
  background: linear-gradient(126deg, rgba(237,243,234,1) 0%, rgba(144,202,250,1) 100%);
  margin: auto;
    margin-top: auto;
  padding: 50px;
  max-width: 590px;
  border-radius: 20px;
}

*Loader CSS Start*/
 #overlay-cosumer {
            position: fixed;
            top: 0;
            z-index: 100;
            width: 100%;
            height: 100%;
            display: none;
            background: rgba(0, 0, 0, 0.6);
            left: 0;
        }

        #overlay-consumer.active {
            display: block
        }

        .cv-spinner {
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .spinner {
            width: 40px;
            height: 40px;
            border: 4px #ddd solid;
            border-top: 4px #2e93e6 solid;
            border-radius: 50%;
            animation: sp-anime 0.8s infinite linear;
        }

        @keyframes sp-anime {
            100% {
                transform: rotate(360deg);
            }
        }
        .text-loader {
            color: #fff;
            font-weight: 600;
        }    

/*Loader CSS End */
div#currentinsurerautocomplete-list {  
    background-color: #fff; 
    padding: 10px 10px 10px 15px; 
    border-radius: 10px;
}

.form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
    opacity: 0;
    transform: scale(.85) translateY(-.2rem) translateX(.15rem) !important;
}

@media only screen and (max-width: 1680px) {
    .sidenav a.nav-link {
        font-size: 1vw;
    }
    .moterdna {
        padding: 73px 66px;
        margin-top: -160px;
    }
    .fs-72 {
        font-size: 57px;
        line-height: 62px;
        font-weight: bold;
    }
    .moterdnainner {
        margin-top: -160px;
    }
    .moterdnainnerintl{
        margin-top: -160px;
    }
  
    .header-content {
        padding-bottom: 40px;
    }

    .divaid {
        height: 5px;
        margin: 5px auto;
    }

    .ipadwidth{width: 200px; height: 200px; }
    .margin-200 {
        margin-top: -150px;
    }
    .margin-200-m {
        margin-top: -250px;
    }
    .container1{
    max-width: 1090px;
  }
}

@media (min-width: 1400px) {
  .container1{
    max-width: 1090px;
  }
}
@media (min-width: 1200px) {
  .container1{
    max-width: 1090px;
  }
}

@media only screen and (max-width: 1199px) {
    .fs-72 {
        font-size: 45px;
        line-height: 55px;
    }
    .header-content p {
        font-size: 22px;
    }

}


@media only screen and (max-width:991px) {  
.slick-testimonial p.testimonial {
font-weight: 600;
}
    .moterdnainner {
    border-radius: 10px;}
    .moterdnainnerintl {
    border-radius: 10px;}   
footer {
    display: none;
}
    .wide_section {
        padding: 18px;
        text-align: left;
    }
    .dmdnone{display: none;}
    .btn_2, .btn, .btn_w {     
        padding: 7px 12px 7px;
        line-height: 16px;
        font-size: 14px;
    }
    .ph_design {
        margin-top: -155px;
        text-align: center;
    }
    .ph_design img {
        background: #0081c6;
        padding: 4%;
        border-radius: 100%;
        width: 111px;
        height: 111px;
        margin: auto;
        text-align: center;
    }
    .moterdna {
        
        text-align: center;
    }



 /*** Header Mobile Menu css ***/
 .header .mobile_logo {
    width: 232px;
    display: block;
    transition: all 0.5s;
    position: relative;
    z-index: 9999;
}

.header.fixed .mobile_logo {
    width: 232px;
    margin-top: 5px;
}

.fs-50 {
    font-size: 32px;
    line-height: 42px;
}

.amenitiesnewmenu .collapse:not(.show) {
    display: none;
}

.sidenav a.nav-link {
    font-size: 20px;
    line-height: 40px;
    padding: 5px 0;
    color: #000;
}

.sidenav ul li {
    padding: 15px 10px 0;
}

#myHeader.fixed.closableBannerVisible {
    padding: 8px 0;
    height: 62px;animation: all 0.3s;
}
.amenitiesnewmenu:hover .collapse:not(.show) {
    display: none !important;
}

#accordion {
    display: inline-block;
    text-align: left;
    float: left;
    width: 100%;
}

.sidenav ul li {
    display: flex;
    text-align: left;
    padding-left: 29px;
    flex-direction: column;
    align-items: start;
}

.sidenav {
    height: 69%;
    width: 89%;
    position: fixed;
    z-index: 999;
    top: 100%;
    bottom: -100%;
    background-color: #FFF;
    transition: 0.5s;
    padding: 11px 1px;
    left: 0;
    right: 0;
    border-radius: 15px;
    z-index: 11;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.plus-minus-toggle {
    cursor: pointer;
    height: 50px;
    position: absolute;
    right: 19px;
    top: -7px;
    float: right;
    width: 51px;
}

.plus-minus-toggle::before{
    background: url("../images/menuarrow.8aed312fe5f9.svg");
    content: '';
    left: 12px;
    position: absolute;
    top: 33px;
    width: 19px;
    transition: transform 500ms ease;
    height: 16px;
    background-repeat: no-repeat;
}

.plus-minus-toggle[aria-expanded="true"]::before {
    transform: rotate(180deg);
}

#mySidenav .bi.bi-chevron-down{ display: none;}


.myClass {
    /*! width: 100%; */
    bottom: 93px;
    top:inherit;
}

#nav-icon1,
#nav-icon2,
#nav-icon3,
#nav-icon4 {
    /* width: 26px; */
    /* height: 30px; */
    position: relative;
    margin: 2px 4px 2px 0;
    float: right;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 999;
}

.close {
    opacity: 1;
    width:26px;
    position:relative;
    height: 25px;
    margin-right:6px;
}

#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 35px;
    background: #fff;
    border-radius: 4px;
    opacity: 1;
    right: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.dropdwoen-sec {
    width: 100%;
    position: inherit;
    left: 0px;
    top: 2px;
    padding: 0px 0px;
    box-shadow: inherit;
    margin: 0;
}

#nav-icon4.open span {
    background: #fff;
}

/* Icon 4 */
#nav-icon4 span:nth-child(1) {
    width: 27px;
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
    width: 27px;
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
    width: 100%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 2px;
    left: 8px;
}

#nav-icon4.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
    width: 100%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 21px;
    left: 8px;
}

.mob-nav-booknow {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

#linkid {
 position: relative; 
}
#myHeader.fixed .w-250.mobilelogo {   
    filter: brightness();
}
#myHeader .w-250.mobilelogo {   
    filter: contrast(0%) brightness(2);
}
.blue-bg.h-98::before {
    height: 99%;
}

.paddingtop {
    margin-top: 10px;
}

/*--End-Mobile Menu----*/
.mobile_logo.myClass .main-logo {
    display: block;
}

.mobile_logo.myClass .green-logo {
    display: none;
}

.main-sec-h1 .w-50 {
    width: auto !important;
}

.fixed .sidenav a.nav-link {
    color: #000;
}

.mobmenufixed {
    border: 1px solid #FFE89F;
    border-radius: 50px;
    padding: 5px 6px 5px 21px;
    bottom: 20px;
    right: 0;
    left: 0;
    position: fixed;
    z-index: 11;
    background: linear-gradient(121deg, rgba(236,187,36,1) 0%, rgba(236,187,36,1) 100%);
}
.w-90{width: 90%; margin: auto;}
.heambermenu{background: #002B57; border-radius: 50px; padding: 8px 18px;}

.captiontext {
    padding: 34px;
}
.ipadtopborder{border-top: 1px solid #ccc;}
/* .blogpagineerpage .collapse:not(.show) {
    display: none
} */

.iphonew{width: 47px; height: 47px;}

.lightbluegra {
    border-radius: 10px;
}
.contactform {
    border-radius: 10px;
    margin: -160px auto;
}
.h-300 {
    height: 150px;
}
.sidenav .accordion {
    overflow: auto;
    height: 82%;
}

.slick-testimonial .testimonial {   
    padding: 12px 50px 10px;
}
.btn_2 img {
  margin-left: 0px;
  margin-top: 0px;
}
.textarrow img {
  top: 11px;
  left: 0px;
}
.privacytext{
    padding-right: 0px;
  padding-left: 0px;
}
.blogheaderinnerfaq {
  height: 300px;
}
.captiontext {
top: 42%;
}

.captiontext4 {    
    top: 42%;
  }
.paddingblock{
    padding:25px;
}
.insurancepara p, .autopara p, .salvagepara p, .financepara p {
  width: 100%;
  margin: auto;
}
.chooseuspara p{
    width: 100%;
}

.timeline ul li:nth-child(2n+1) .time h5 {
  top: 70px;
  right: -100%;
  width: 155px;
}

.timeline ul li:nth-child(2n) .time h5 {
  top: 60px;
  left: -100%;
  width: 160px;
}
.timeline ul li:nth-child(2n+1) .time h4 {
  top: 28px;
}
.worktest img{
    width:90%;
}

}



.rounded3 {
    border-radius: 20px !important;
}
.tableheadingtext{font-size:36px!important;}
.linkhover:hover {
  color: #ECBB24;
}
.tableintrogap{
    padding-left:30px;
}

@media only screen and (max-width:676px) {
    .fs-17{font-size:18px;}
    .btn_2, .btn, .btn_w {
        padding: 7px 14px 7px;
    }

    figure {
        border-radius: 10px;
    }
    figure.effect-lily h2 {
        font-size: 12px;
    }
    figure.effect-lily figcaption > div {  
        padding: 0.5em;
      
    }
   slick-initialized .slick-slide {
        margin: 0 4px !important;
    }

    .captiontext {
        padding: 20px;
    }
    .paddingmobile{
        padding: 35px;
       }
    .fs-52 {
        font-size: 23px;
        line-height: 31px;
    }
    p {
        font-size: 14px;
        line-height: 24px;
    }
    .carousel .testimonial {
        font-size: 16px;
    }
    .fs-38 {
        font-size: 18px;
        line-height: 19px;
    }

    .slick-initialized .slick-slide {
        margin: 0 5px;
    }
    .mt-100 {
        margin-top: 50px;
    }
    .fs-26 {
        font-size: 16px;
    }
    .whyuse-section {
        border-radius: 10px;
    }
    .whyuse-section .heicon {
        min-width: 24px;
        min-height: 24px;
        line-height: 20px;
        font-size: 11px;
    }
    .carousel-control-prev, .carousel-control-next {
        width: 39px;
        height: 39px;
        bottom: -8px;
    }
    .fs-20 {
        font-size: 16px;
    }
    .liststyle li {
    font-size: 16px;
    line-height: 20px;
    }
    .liststyle li::before {
    top: 0px;}
    .mobmenufixed .fs-20 {
        font-size: 20px;
    }
  
    .accordion-item {
        padding: 5px 0px;
    }
    .fs-36 {
        font-size: 20px;
        line-height: 28px;
        font-weight: bold;
    }
    
    .fs-28 {
        font-size: 18px;
        line-height: 28px;
    }
    .fs-24 {
        font-size: 16px;
        line-height: 28px;
    }
    .bloglist ul li {
        font-size: 14px;
        padding-right: 3px;
    }
    .banner {
    
        height: 550px;
    }
    .captiontext {
        top: 10%;
        transform: translateY(0%);
    }
   
    .slick-testimonial .testimonial {   
        padding: 0px;
        font-size: 16px;
    }
    .slick-testimonial .overview{
        margin: 0px;
    }
    .slick-testimonial .slick-track {
        padding-top: 70px;
    }
    .moterdnainner {
        margin-top: -180px;
    }
    .moterdnainnerintl {
        margin-top: -180px;
    }

    .divaid{
        display: none;
    }

    .captiontext2 {
        position: absolute;
        top: 38%!important;
        transform: translateY(-50%);
        width: 100%;
    }
    .captiontext3 {
        position: absolute;
        top: 42%!important;
        transform: translateY(-50%);
        width: 100%;
    }
    .captiontext4 {
        position: absolute;
        top: 35%!important;
        transform: translateY(-50%);
        width: 100%;
    }
    .slick-testimonial .img-box {
        margin: -20px auto;
        top: -37px;
    }
    .margin-200-m2 {
        margin-top: -200px;
    }
    .blod-back-btn img{
        width: 20px;
        height: 20px;
    }
       .blogheaderinnerfaq {
      height: 300px;
    }
    .captiontext4 {    
        top: 42%;
      }
      .banner.blogheader {
  height: 416px !important;
    }
    .banner.newsbanner {
  height: 416px;
    }
    .banner.faqs {
    height: 416px;
    }
    .fs-18wt {
  font-size: 16px;
   }
   .timeline ul li:nth-child(2n+1) .time h5 {
  right: -73%;
}

.timeline ul li:nth-child(2n) .time h5 {
  left: -74%;
}


   
}

@media only screen and (max-width:575px) {
    .banner {
    
        height: 500px;
    }
    .fs-72 {
        font-size: 22px;
        line-height: 30px;
    }
    .header-content p {
        font-size: 18px;
        width: 99%;
        margin: auto;
        line-height: 25px;
        margin-top: 0px;
    }


    .moterdna {
        padding: 48px 15px 19px;
        border-radius: 10px;
    }

    .ph_design {
        margin-top: -99px;
    }
    .mt-100 {
        margin-top: 30px;
    }
     .mt-100.iphonemy {
        margin: 30px 0 60px;
    }
    .py-100 {
        padding: 30px 12px;
    }
    .px-40 {
        padding: 0px 5px;
    }
    .footer-icon ul {
      justify-content: center;
    }
    .footer-logo {
        text-align: center;
    }
    .footer-links {
        text-align: center;
    }
    .footer-links ul li a {
        font-size: 16px;
        line-height: 34px;
    }
    .copyright {
        text-align: center;
        font-size: 13px;
    }
    .footer-bottum-box {
        padding-bottom: 90px;
    }
    .dropdwoen-sec ul li a {
        font-size: 18px;
        line-height: 33px;
        font-weight: 300;
    }
  

    body { 
        padding-bottom: 79px;
    }
    .timeline ul li:nth-child(even) .time h5{
        font-size: 14px;
    }
    .timeline ul li:nth-child(odd) .time h5 {
        right: -90%;
        font-size: 14px;
    }
    .timeline ul li:nth-child(2n) .time h5 {
    left: -90%;
  }
    .timeline ul li {
        padding: 45px 20px;
    }
    .blogheaderinnerfaq {
  height: 300px;
}
.captiontext {
    top: 10%;
  }
  .captiontext4 {    
    top: 42%;
  }

}

@media only screen and (max-width:475px) {
    .header-content p {     
        width: 98%;
    }
    .fs-72 {
        font-size: 18px;
    }
    .captiontext {
    top: 10%;
  }
  .innerbannertext2{
      top:14%;
  }
  .captionmarkettext{top:14%!important;}
  .innerbannercontact{top:16%!important;}
   .timeline ul li:nth-child(2n+1) .time h5 {
    right: -110%;
  }
  .timeline ul li:nth-child(2n) .time h5 {
    left: -110%;
  }
  .scoretext {
  font-size: 22px;
    }
    .successblockpg img.thanksimg{
       width:40%;   
    }
    .successblockpg img.meterimg{
       width:70%;   
    }
    .captionmarkettext1 {
    top: 10% !important;
  }
  .intelheadertext.intelheadertext {
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}
}

@media (min-width: 1920px) and (max-width: 2500px) {
    .banner::after {
        content: '';
        position: absolute;
        clip-path: polygon(100% 68%, 100% 100%, -15% 100%, 0px 93%);
        bottom: 0;
        background: #003a74;
        width: 100%;
        height: 875px;
        left: 0px;
    }
}

@media (min-width: 2499px) and (max-width: 5500px) {
    .banner::after {
        content: '';
        position: absolute;
        clip-path: polygon(100% 50%, 100% 100%, -15% 100%, 0px 93%);
        bottom: 0;
        background: #003a74 !important;
        width: 100% !important;
        height: 875px !important;
        left: 0 !important;
    }
}

@media (min-width: 5499px) and (max-width: 7700px) {
    .banner::after {
        content: '';
        position: absolute;
        clip-path: polygon(100% 30%, 100% 100%, -15% 100%, 0px 93%);
        bottom: 0;
        background: #003a74 !important;
        width: 100% !important;
        height: 875px !important;
        left: 0 !important;
    }
}
:root {
    --themecolor1: #003A74;
    --themecolor2: #0081C6;
    --themecolor3: #ECBB24;    
    --text-colordark: #333333;
    --font-face1: "Inter", sans-serif !important;
    --outline-color: #F7F7F7;

}

.bg-dark {
    background: var(--themecolor2) !important;
}
.color-1 {
    color: var(--themecolor1);
}
.color-2 {
    color: var(--themecolor2);
}
.color-3 {
    color: var(--themecolor3);
}
.bgbluedaek{background: var(--themecolor1);}
.bgbluelight{background: var(--themecolor2);}
.Gothamblack{ font-family: 'gotham_narrowblack';}
.Gothammedium{ font-family: "gotham_narrowmedium";}
.Gothamblack{ font-family: 'gotham_narrowblack';}

.tt_m{ font-family: 'TT Norms Pro Medium', sans-serif!important;}
.tt_b{ font-family: 'TT Norms Pro Bold', sans-serif!important;}
.tg_m{font-family:'gotham_narrowmedium', sans-serif!important;}
.tg_b{font-family:'gotham_narrowbold', sans-serif!important;}

@font-face {
    font-family: 'Gotham Narrow Medium';
    src: url("../fonts/GothamNarrow-Medium.8e94398300d6.woff") format('woff2'), url('../fonts/GothamNarrow-Medium.woff2') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "gotham_narrowmedium";
    src: url("../fonts/gothamnarrow-medium-webfont.11a70dd7995d.woff2") format("woff2"), url("../fonts/gothamnarrow-medium-webfont.2b367acbb6f1.woff") format("woff");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: "gotham_narrowbold";
    src: url("../fonts/GothamNarrow-Bold.dec7e36205c3.woff2") format("woff2"), url("../fonts/GothamNarrow-Bold.53ea48abcdf0.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'gotham_narrowblack';
    src: url("../fonts/fontsfree-net-gothamnarrow-black-1-webfont.32c8738dd51a.woff2") format('woff2'),
         url("../fonts/fontsfree-net-gothamnarrow-black-1-webfont.29299cc09ddf.woff") format('woff');
    font-weight: normal;
    font-style: normal;
  
  }


@font-face {
    font-family: 'TT Norms Pro', sans-serif;
    src: url("../fonts/TTNormsProRegular.1eff4e14642a.woff") format('woff2'), url("../fonts/TTNormsProRegular.b72a0c29bde2.woff2") format('woff');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'TT Norms Pro Medium', sans-serif;
    src: url("../fonts/TT Norms Pro Medium.e24831fdf128.woff") format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'TT Norms Pro Bold', sans-serif;
    src: url("../fonts/TTNormsPro-Bold.e4d588e1f0a6.woff2") format('woff2'),
        url("../fonts/TTNormsPro-Bold.b02bad8d52c9.woff") format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'TT Norms Pro';
    src: url("../fonts/TTNormsPro-Light.4e4b8a804a20.woff2") format('woff2'),
        url("../fonts/TTNormsPro-Light.6aa9fd400a4d.woff") format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
.fs-81{
    font-size: 81px;
    line-height: 1.2;
}
.fs-52{
    line-height: 1.2 !important;
}
.fs-27 {
    font-size: 26px;
    line-height: 1.2;
}
.bg-dark-blue {
    background: #001B40;

}
body {
    background: #001B40;
    font-family: 'TT Norms Pro', sans-serif ;
}
input, textarea, select, label{font-family: 'TT Norms Pro', sans-serif !important;}

.clear {
    clear: both
}

.divaid {
	width: 50px;
	border-radius: 33px;
	height: 5px;
	background: #fff;
	margin: 9px auto;
}

.btn {
	background: var(--themecolor3);
	border-radius: 30px;
	padding: 12px 19px 13px;
	line-height: 24px;
	font-size: 20px;
	color: #002B57;
	font-weight: bold;
	transition: all 0.3s;
}

.btn:hover {
    color: #002b57 !important;
	background: #fff;
	border: 1px solid var(--themecolor3);
}

.btn_w {
	background:transparent;
	border-radius: 30px;
	padding: 12px 19px 13px;
	line-height: 24px;
	font-size: 20px;
    border: 2px solid #ffffff;
	color: #ffffff;
    text-decoration: none;
	transition: all 0.3s;
}

.btn_w:hover {
    color: #002b57 !important;
	background: #fff;
	border: 2px solid var(--themecolor3);
}



.btn_2 {
	background: var(--themecolor3);
	border-radius: 30px;
	padding: 18px 50px 16px;
	line-height: 22px;
	font-size: 18px;
	color: #002B57;
	font-weight: bold;
    transition: all 0.3s;
}

.btn_2.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0;
}

.btn_2:hover {
	color: #002b57 !important;
	background: #fff;
	border: 1px solid var(--themecolor3);
}
.btn-blue{
    background: #0081C6 !important;
    color: #fff !important;
    border: solid 2px #0081C6 !important;
}
.btn-blue:hover{
    background: #ffffff !important;
    color: #0081C6 !important;
    border: solid 2px #0081C6 !important;
}

.cursor-pointer {
    cursor: pointer;
}

.headertop-contact {
    background: #fff;
    padding: 5px 65px;
    transition: all 0.3s;
    position: fixed;
    width: 100%;
    top: 0;
    box-shadow: 0 5px 10px #ccc;
}

.fixed .logo {
    width: 120px;
}

.logo {
    width: 205px;
    transition: all 0.3s;
    margin: auto;
    padding: 5px;
}

.sidenav {
    right: 0;
    margin: 0 auto;
    top: 50%;
    width: 100%;
    justify-content: space-between;
}

.sidenav ul li {
    display: inline-block;
    text-align: center;
    padding: 0 0.44vw;
    vertical-align: middle;
}


.dropdwoen-sec ul li {
	padding: 2px 12px !important;
	text-align: left;
	display: block;
}

.sidenav .dropdwoen-sec ul li.active a {
    color: #fff !important;
    border: 0 !important;
}

.sidenav ul li a.nav-link {
	font-weight: bold;
	border-bottom: solid 2px rgba(253, 236, 0, 0);
	font-size: 16px;
	line-height: 22px;
}

.sidenav .accordion {
    display: block;
    text-align: center;
}

#myHeader {
    width: 100%;
    z-index: 9;
    position: fixed;
    padding: 22px 0;
    transition: all 0.3s;
    top: 0;
    background: none;
}

#linkid {
    /*! position: relative; */
}

#myHeader.fixed {
    left: 0;
    right: 0;
    padding: 10px 0;
    background: #fff;
    animation: slideDown .4s ease-out;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

#myHeader .w-150 {
    filter: contrast(0%) brightness(2);
}
#myHeader.fixed .w-150 {
    width: 190px;
    filter: brightness();
}

.amenitiesnewmenu:hover .collapse:not(.show) {
    display: block !important;
    margin-top: 3px;
    opacity: 1;
    visibility: visible;
}
.dropdwoen-sec {
    width: 250px;
    position: absolute;
    left: 10px;
    background: #fff;
    padding: 10px;
    transition: all .4s ease-in-out;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    margin-top: 15px;
    border-radius: 14px;
}

.amenitiesnewmenu .collapse:not(.show) {
    visibility: hidden;
    display: inherit;
    opacity: 0;
}

.dropdwoen-sec ul li a {
    text-align: left;
    font-size: 16px;
    color: #000 !important;
    line-height: 33px;
    border-bottom: 0 !important;
    width: 100%; font-weight: 600;
    display: block;
    text-decoration: none;
}

.dropdwoen-sec ul li:hover a {
    color: #ecbb24 !important;
}



.dropdwoen-sec ul li.active a {
    color: #fff !important;
    border-bottom: 2px solid #fff !important;
}

.sidenav a.nav-link {
    text-decoration: none;
    line-height: 1.1;
    font-size: 1vw;
    display: block;
    transition: 0.3s;
    vertical-align: middle;
    color: #fff;
    padding: 1px 0 1px;
}

.sidenav a.nav-link:hover,
.sidenav a.nav-link:focus {
    color: #ecbb24 !important;
}

.fixed .bookbtn {
    padding: 15px 40px;
}

.fixed .mobile_logo {
    width: 150px;
    display: inline-block;
}

.header .sidenav .nav-item.active a {
    border-bottom: solid 2px var(--themecolor3);
    color: var(--themecolor3);
}

.fixed .sidenav a.nav-link {
    color: #3A3636;
}

.sidenav ul li a.nav-link:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0%;
    content: '';
    color: transparent;
    background: var(--themecolor3);
    height: 2px;
}

.sidenav ul li a.nav-link:hover:after {
    width: 100%;
}

.sidenav ul li a {
    position: relative;
}

.sidenav ul li a.nav-link:after,
.sidenav ul li a.nav-link:before {
    transition: all .5s;
}

.header .mobile_logo {
    width: 20vw;
    display: block;
    transition: all 0.5s;
    padding: 15px;
}

.header.fixed .mobile_logo {
    width: 18vw;
}

.sidenav ul li a.nav-link .bi::before {
    vertical-align: -.3em;
    transition: .5s;
}

.header-content {
    padding-bottom: 60px;
}
.header-content h1 {
    color: #fff;
}

.header-content p {
    color: #fff;
    font-size: 28px;
}


.sidenav ul li a.btn {
	padding: 9px 18px;
}

.header .green-logo {
    display: none;
}

.header.fixed .green-logo {
    display: block;
}

.header.fixed .main-logo {
    display: none;
}
.hero-section .hero-video-box {
    position: relative;
}
.hero-section .hero-video-box::before{
	content: '';
	position: absolute;
	bottom: 0;
    top: 0;
	left: 0;
	width: 100%;
	aspect-ratio: 1920 / 1006;
	background: url("../images/hero-overlay.0d39684f3471.png") no-repeat;
	background-size: 100% 100%;
	background-position: bottom;
}


.hero-section .hero-video{
      width: 100%;
  aspect-ratio: 1920 / 1006;
}
.hero-caption{
    position: absolute;
    left: 6%;
    top: 50%;
    transform: translateY(-50%);
    max-width: 630px;
}
.hero-caption h1 {
    background: -webkit-linear-gradient(45deg, rgb(78, 193, 255) 0%, rgb(236, 187, 37) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
     position: relative;

  width: max-content;
}
.top-heading-img{
       
    display: inline-flex;
}
.top-heading-img::before {
    content: '';
    position: absolute;
    top: -70px;
    background: url("../images/top-heading-img-line.c34864741654.png") no-repeat;
    width: 100%;
    height: 100%;
    left: 25px;
}
.ai-icon {
    height: 80px;
    width: 80px;
    vertical-align: center;
    -webkit-text-fill-color: initial; /* icon ko transparent hone se bachane ke liye */
}
.hero-caption p{
    font-family: 'TT Norms Pro Medium', sans-serif;
}

.text-gradient{
      background: -webkit-linear-gradient(45deg, rgb(78, 193, 255) 0%, rgb(236, 187, 37) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

  margin: auto;
}
.trusted-by {
	position: relative;
	padding: 20px 20px 100px;
	aspect-ratio: 1920 / 808;
	margin-top: -8px;
}
.trusted-by::before{
    	content: '';
	position: absolute;
	bottom: 0;
    top: 0;
	left: 0;
	width: 100%;
   
    background: url("../images/trusted-by-bg.5e3cc222fe6f.png") no-repeat;
    background-size: 100% 100%;
	background-position: bottom;
    aspect-ratio: 1920 / 808;
    
}

.trusted-by-boxes .stream-card2 {
    background: linear-gradient(180deg, rgba(0, 129, 198, 1) 0%, rgba(0, 58, 116, 1) 100%),
    url("../images/stream-card-bg.7ec75c327eb4.png") no-repeat;
    background-size: cover, cover;
    background-position: center, center;
    color: #fff;
    aspect-ratio: 201 / 120;
    max-width: 201px;
    margin: 0;
    width: 100%;
}
.trusted-by h2{
    width: max-content;
}
.ai-powered-solutions h2{
    font-size: 80px;
    line-height: 1.2;
}
/*==============================
        AI BLOCK SECTION
===============================*/
.automotive-problems {
    margin-top: -15%;
    position: relative;
}
.ai-how-section{
    width:100%;
    position:relative;
}

.ai-block-row{
    display:flex;
    justify-content:center;
    gap:95px;
}

.ai-block-row.top{
    margin-bottom:2px;
}

.ai-block-row.bottom{
    margin-top:2px;
}


/* Flow */

.flow-line{
    width:100%;
    margin:0 auto;
    text-align:center;
}

.flow-line img{
    width:100%;
    display:block;
}


/* Block */

.ai-block {
    width: 340px;
    height: 327px;
}

.ai-block-bubble {
    position: relative;
    height: 100%;
        background: linear-gradient(180deg, #003A74, #002850);
        border-radius: 18px;
}

/* Header */

.ai-block-header{
    background:linear-gradient(157deg,#fff 2.92%,#90CAFA 99.74%);
    padding:22px 18px 18px;
    text-align:center;
}

.ai-block-header h3{
    margin:0;
    color:var(--themecolor1);
    font-size:30px;
    font-weight:700;
}


/* Body */

.ai-block-body{
   
    padding:20px;
    text-align:center;
}

.ai-block-body p{
    color:#fff;
    margin:0;
    font-size: 23px;
}


/* Rounded */

.ai-block.up .ai-block-header {
    border-radius: 18px 18px 0 0;
    padding-top: 40px;
}

.ai-block.up .ai-block-body{
    border-radius:0 0 18px 18px;
}

.ai-block.down .ai-block-body{
    border-radius:18px 18px 0 0;
    order:1;
    height: 100%;
}

.ai-block.down .ai-block-header{
    border-radius:0 0 18px 18px;
    order:2;
    padding-top: 40px;
}

.ai-block.down .ai-block-bubble{
    display:flex;
    flex-direction:column;
}


/* Tail */

.ai-block-tail{
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    width:0;
    height:0;
    border-left:16px solid transparent;
    border-right:16px solid transparent;
}

.ai-block.up .ai-block-tail{
    bottom:-16px;
    border-top:16px solid #002850;
}

.ai-block.down .ai-block-tail{
    top:-16px;
    border-bottom:16px solid #002850;
}


/* Yellow Dot */

.ai-block-dot{
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    z-index:5;
}

.ai-block.up .ai-block-dot{
    top:-60px;
}

.ai-block.down .ai-block-dot{
    bottom:60px;
}

.trusted-by-boxes .ecosystem-card {
    flex: 1 1 200px !important;
    max-width: 200px;
    /* background: #ecbb24; */
    border-radius: 18px;
    /* padding-top: 4px; */
    position: relative;
    border-top: solid 4px #ecbb24 !important;
    border-bottom: solid 2px #0081c6;
}

.trusted-by-boxes.ecosystem-main-row{
    flex-wrap: wrap;
    gap: 55px 20px;
    margin-top: 60px !important;
            justify-content: center;
}
.trusted-by-boxes .ecosystem-card::before{
    content: '';
    background: #ecbb24;
    width: 44px;
    height: 8px;
    border-radius: 200px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);

}

.segtabs{
  display:flex;
 background: #54C0F5;
background: linear-gradient(90deg,rgba(84, 192, 245, 1) 0%, rgba(236, 187, 36, 1) 100%);
  border-radius:999px;
  padding:4px;
  margin:0 auto 48px;
}
.segtabs .nav-link{
  flex:1;
  text-align:center;
  border:none;
  border-radius:999px;
  font-weight:700;
  font-size:30px;
  padding:12px 22px;
  color:#0d1b3d;
  background:transparent;
  transition: all .35s ease;
  width: 100%;
font-family: "gotham_narrowbold";
}

.segtabs .nav-link.active{
 background: #001B40;
background: linear-gradient(79deg,rgba(0, 27, 64, 1) 0%, rgba(0, 129, 198, 1) 100%);
  color:#fff;
}


.blue-linear-gradient{
   background: linear-gradient(0deg,rgba(0, 63, 121, 1) 0%, rgba(0, 129, 198, 1) 100%) !important;
}

.stream-card2.blue-linear-gradient {
    background: linear-gradient(0deg,rgba(0, 63, 121, 1) 0%, rgba(0, 129, 198, 1) 100%) !important;
    border-top: solid 7px #ecbb25 !important;
    border-radius: 30px !important;
    border: solid 2px #007FC3;
}

.feature-card{
  background: #FDFEFF;
background: linear-gradient(63deg,rgba(253, 254, 255, 1) 0%, rgba(144, 202, 250, 1) 100%);
  border-radius:18px;
  overflow:hidden;
  height:100%;
  box-shadow: 0 20px 40px rgba(0,0,0,.25);
}

.feature-visual{
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}

/* .feature-img{
  
  width:auto;
  object-fit:contain;
} */

.badge-circle{
  width:38px;
  height:38px;
  position:relative;
  top:-19px;
  margin-left:22px;
}

.feature-body{
  padding:0 24px 24px;
  margin-top:-10px;
}
.feature-body h3{
  color:#0d1b3d;
  font-size:26px;
  font-weight:800;
  margin-bottom:8px;
}
.feature-body p{
  color:#6b7688;
  line-height:1.5;
  margin-bottom:0;
}

.tab-pane .row{
    gap: 24px 0;
}



footer .footer-logo{
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 193px;
    height: 193px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}


footer .footer-logo .footer-icon{
    position: absolute;
    top: 130px;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
}
footer{
    position: relative;
background: #017BC0;
background: linear-gradient(180deg, rgba(1, 123, 192, 1) 0%, rgba(0, 66, 124, 1) 100%) !important;
    color: #fff;
    padding-top: 90px;
    border-top: 9px solid #ECBB25;
    overflow: visible;
}

.footer-icon li {
    display: flex;
    list-style: none;
    background: #ffffff !important;
    border-radius: 3px;
    margin-right: 15px;
    width: 43px !important;
    height: 43px !important;
    text-align: center;
}

.footer-icon li:hover {
    background: #003A74 !important;
}

.footer-icon li a {
    margin: auto;
}



.footer-links ul li{
list-style: none;
}

.footer-links ul li a {
	text-decoration: none;
	font-size: 18px;
	color: #ffffff !important;
	line-height: 46px;
	font-weight: 300;
}

.footer-bottum-box {
	border-top: solid #7EB0D5 1px;
	padding: 14px 0px;
}
.footer-bottum-box a {
	margin-right: 18px;
	font-size: 16px !important;
}

.copyright{
    text-align: end;
}
.footer-contant a.btn_w {
	color: #002b57;
	border: solid 1px #002b57;
    font-weight: bold;
}

.footer-contant .active {
    color: #002b57;
    background: #ecbb24;
    border: solid 1px #ecbb24;
}

#myHeader .wwhite {
    filter: contrast(0%) brightness(2);
}
#myHeader.fixed .wwhite{
	filter: brightness();
}



@media only screen and (max-width: 1680px) {
.fs-81 {
    font-size: 40px;
}
.fs-27 {
    font-size: 18px;
}
.ai-icon {
    height: 50px;
    width: 50px;
}
    .sidenav a.nav-link {
        font-size: 1vw;
    }
    .header-content {
        padding-bottom: 40px;
    }

    .divaid {
        height: 5px;
        margin: 5px auto;
    }

    .ipadwidth{width: 200px; height: 200px; }
    .margin-200 {
        margin-top: -150px;
    }
    .margin-200-m {
        margin-top: -250px;
    }
	.container1{
    max-width: 1090px;
  }
  .automotive-problems {
    margin-top: -10%;
}
.ai-powered-solutions h2{
    font-size: 60px;
}
.top-heading-img::before {
    top: -35px;
    width: 150px;
    height: 100%;
        left: 20px;
        background-size: contain;
}
}

@media (min-width: 1400px) {
  .container1{
    max-width: 1090px;
  }
}
@media (max-width: 1380px) {
    .ai-powered-solutions h2{
    font-size: 50px;
}
    .trusted-by-boxes.ecosystem-main-row {
    gap: 55px 10px;
}
 .automotive-problems {
    margin-top:90px;
}
.trusted-by {
    padding: 20px 20px 0;
}
}
@media (max-width: 1260px) {
    .ai-powered-solutions h2{
    font-size: 40px;
}
.ai-block-row{
    flex-wrap:wrap ;
    gap: 90px 20px;
}
.ai-block-row.bottom{
    margin-top: 40px;
}
.ai-block {
    width: 45%;
    height: 250px;
}
.flow-line, .ai-block-tail{
    display: none;
}
}
@media (min-width: 1200px) {
  .container1{
    max-width: 1090px;
  }
}

@media only screen and (max-width: 1199px) {

    .header-content p {
        font-size: 22px;
    }

}


@media only screen and (max-width:991px) {	


footer {
    display: none;
}
 

 /*** Header Mobile Menu css ***/
 .header .mobile_logo {
    width: 232px;
    display: block;
    transition: all 0.5s;
    position: relative;
    z-index: 9999;
}

.header.fixed .mobile_logo {
    width: 232px;
    margin-top: 5px;
}

.amenitiesnewmenu .collapse:not(.show) {
    display: none;
}

.sidenav a.nav-link {
    font-size: 20px;
    line-height: 40px;
    padding: 5px 0;
    color: #000;
}

.sidenav ul li {
    padding: 15px 10px 0;
}

#myHeader.fixed.closableBannerVisible {
	padding: 8px 0;
	height: 62px;animation: all 0.3s;
}
.amenitiesnewmenu:hover .collapse:not(.show) {
    display: none !important;
}

#accordion {
    display: inline-block;
    text-align: left;
    float: left;
    width: 100%;
}

.sidenav ul li {
    display: flex;
    text-align: left;
    padding-left: 29px;
    flex-direction: column;
    align-items: start;
}

.sidenav {
    height: 75%; 
    width: 89%;
    position: fixed;
    z-index: 999;
     top: 100%;
    bottom: -100%;
    background-color: #FFF;
   
    transition: 0.5s;
    padding: 11px 1px;
    left: 0;
    right: 0;
    border-radius: 15px;
    z-index: 11;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.plus-minus-toggle {
    cursor: pointer;
    height: 50px;
    position: absolute;
    right: 19px;
    top: -7px;
    float: right;
    width: 51px;
}

.plus-minus-toggle::before{
	background: url("../images/menuarrow.8aed312fe5f9.svg");
	content: '';
	left: 12px;
	position: absolute;
	top: 33px;
	width: 19px;
	transition: transform 500ms ease;
	height: 16px;
	background-repeat: no-repeat;
}

.plus-minus-toggle[aria-expanded="true"]::before {
    transform: rotate(180deg);
}

#mySidenav .bi.bi-chevron-down{ display: none;}


.myClass {
    /*! width: 100%; */
    bottom: 89px;
     top:inherit;
}

#nav-icon1,
#nav-icon2,
#nav-icon3,
#nav-icon4 {
    /* width: 26px; */
    /* height: 30px; */
    position: relative;
    margin: 2px 4px 2px 0;
    float: right;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 999;
}

.close {
    opacity: 1;
	width:26px;
	position:relative;
	height: 25px;
	margin-right:6px;
}

#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 35px;
    background: #fff;
    border-radius: 4px;
    opacity: 1;
    right: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.dropdwoen-sec {
    width: 100%;
    position: inherit;
    left: 0px;
    top: 2px;
    padding: 0px 0px;
    box-shadow: inherit;
    margin: 0;
}

#nav-icon4.open span {
    background: #fff;
}

/* Icon 4 */
#nav-icon4 span:nth-child(1) {
    width: 27px;
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
    width: 27px;
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
    width: 100%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 2px;
    left: 8px;
}

#nav-icon4.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
    width: 100%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 21px;
    left: 8px;
}

.mob-nav-booknow {
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
}

#linkid {
 position: relative; 
}
#myHeader.fixed .w-250.mobilelogo {   
    filter: brightness();
}
#myHeader .w-250.mobilelogo {   
    filter: contrast(0%) brightness(2);
}


/*--End-Mobile Menu----*/
.mobile_logo.myClass .main-logo {
    display: block;
}

.mobile_logo.myClass .green-logo {
    display: none;
}

.main-sec-h1 .w-50 {
    width: auto !important;
}

.fixed .sidenav a.nav-link {
    color: #000;
}

.mobmenufixed {
	border: 1px solid #FFE89F;
	border-radius: 50px;
	padding: 5px 6px 5px 21px;
	bottom: 10px;right: 0;
    left: 0;
	position: fixed;
	z-index: 11;
	background: linear-gradient(121deg, rgba(236,187,36,1) 0%, rgba(236,187,36,1) 100%);

}
.w-90{width: 90%; margin: auto;}
.heambermenu{background: #002B57; border-radius: 50px; padding: 8px 18px;}

}
@media only screen and (max-width:768px) {
    .top-heading-img::before{
        display: none;
    }
    .ai-block {
    width: 55%;
    height: 250px;
}
 .hero-section .hero-video-box{
    min-height: 480px;
  }
  .hero-section .hero-video{
    height: 480px;
    aspect-ratio: unset;
    object-fit: cover;
  }
  .hero-section .hero-video-box::before{
    height: 487px;
    aspect-ratio: unset;
  }
}
@media only screen and (max-width:575px) {
 .ai-block {
    width: 90%;
    height: 270px;
}
    .footer-icon ul {
      justify-content: center;
    }
    .footer-logo {
        text-align: center;
    }
    .footer-links {
        text-align: center;
    }
    .footer-links ul li a {
        font-size: 16px;
        line-height: 34px;
    }
    .copyright {
        text-align: center;
        font-size: 13px;
    }
    .footer-bottum-box {
        padding-bottom: 90px;
    }
    .dropdwoen-sec ul li a {
        font-size: 18px;
        line-height: 33px;
        font-weight: 300;
    }
  

    body { 
        padding-bottom: 79px;
    }
  

}

@media only screen and (max-width:475px) {
    .header-content p {     
        width: 98%;
    }

}

.motordna-section{
  background: linear-gradient(135deg,#04122e 0%,#071b3f 60%,#0a2454 100%);
}
.motordna-title{
  color:#fff;
  font-weight:700;
  font-size:2.4rem;
}
.dna-highlight{
  background: linear-gradient(90deg,#5cc8f5,#f3d34a);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
}
.motordna-panels{
  display:flex;
  gap:0;
  height:520px;
  border-radius:16px;
  overflow:hidden;
  border:1px solid rgba(255,209,102,.4);
}
.dna-panel{
  position:relative;
  flex:1;
  min-width:70px;
  cursor:pointer;
  overflow:hidden;
  transition:flex 0.6s ease;
}
.dna-panel.active{
  flex:6;
  cursor:default;
}
.dna-panel-bg{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
  transition:opacity .4s ease;
}
.dna-panel-bg::before{
    content: '';
    background: rgb(0 58 116 / 70%);
    position:absolute;
    top: 0;
    left: 0;

}
.dna-panel-video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:0;
  transition:opacity .4s ease;
}
.dna-panel.playing-video .dna-panel-video{ opacity:1; }
.dna-panel.playing-video .dna-panel-bg{ opacity:0; }
.dna-panel-overlay{
  position:absolute;
  inset:0;
 background: linear-gradient(180deg,rgba(0, 27, 64, 0) 0%, rgba(0, 28, 67, 1) 100%);
}
.dna-panel-label{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%) rotate(180deg);
  writing-mode:vertical-rl;
  color:#fff;
 font-family: 'gotham_narrowblack';
  font-size:24px;
  letter-spacing:.5px;
  z-index:2;
  transition:opacity .3s ease;
  height: max-content;
}
.dna-panel.active .dna-panel-label{
  opacity:0;
  pointer-events:none;
}
.dna-panel-content{
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  padding:32px;
  z-index:2;
  color:#fff;
  opacity:0;
  transform:translateY(20px);
  transition:opacity .4s ease .15s, transform .4s ease .15s;

  .dna-btn{
    display:none;
  }
}
.dna-panel.active .dna-panel-content{
  opacity:1;
  transform:translateY(0);
  .dna-btn{
    display:block;
    width: 150px;
  }
}
.dna-panel-content h3{
  color:#f3d34a;
  font-weight:700;
  margin-bottom:8px;
}
.dna-btn{
  background:#1f7ae0;
  color:#fff;
  border-radius:24px;
  padding:8px 20px;
  font-weight:600;
}
.dna-btn:hover{
  background:#1665c1;
  color:#fff;
}
@media (max-width:768px){
    .motordna-section{
        padding: 20px;
    }
  .motordna-panels{ flex-direction:column; }
  .dna-panel{ height:70px; min-width:auto; }
  .dna-panel.active{ height:420px; }
 .dna-panel-label {
    writing-mode: horizontal-tb;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 18px;
    width: max-content;
}
  .dna-panel.active .dna-panel-label{ display:none; }
  .segtabs .nav-link {
    font-size: 16px;
    padding: 12px 22px;
}

.segtabs {
    display: inline-block;
    width: 100%;
    border-radius: 20px;
    padding: 10px;
}
.automotive-problems .s-icon img{
    width: 80px;
}
.ai-how-section .ai-block-dot img{
    width: 60px;
}
.ai-block.up .ai-block-dot {
    top: -30px;
}
.ai-block.down .ai-block-dot {
    bottom: 55px;
}
.ai-block-header h3 {
    font-size: 24px;
}
.ai-powered-solutions{
    padding: 20px 20px;
}
.ai-powered-solutions h2 {
    font-size: 28px;
}
.automotive-problems{
    padding: 20px;
}
.fs-81 {
    font-size: 28px;
}
.ai-icon {
    height: 30px;
    width: 30px;
}
.fs-27 {
    font-size: 12px;
}
}
.tabing-outer-box{
    position: relative;
    overflow: hidden;
    padding: 40px 0;
}

.tabing-outer-box::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 320px;
    height: 100%;
    background-image: url("../images/men.612fc915c681.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    z-index: 0;
    pointer-events: none;
}

.tabing-outer-box .container{
    position: relative;
    z-index: 1;
}

@media (max-width: 991px){
    .tabing-outer-box::before{
        width: 180px;
        opacity: 0.25;
    }
}

@media (max-width: 768px){
  .tabing-outer-box{
padding: 10px 20px;
  }
}
@media (max-width: 576px){
    .tabing-outer-box::before{
        display: none;
    }
}
.cta-section{
    padding: 60px 0;
}
.cta-box {
    position: relative;
    background: radial-gradient(120% 160% at 50% 0%, #1e5fa8 0%, #0a2f66 55%, #071d47 100%);
    background-image: url("../images/cta-bg-pattern.b4fe2e5ff940.png"), radial-gradient(120% 160% at 50% 0%, #1e5fa8 0%, #0a2f66 55%, #071d47 100%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 24px;
    border-top: 5px solid #f3d34a !important;
    padding: 48px 24px;
    text-align: center;
    border: solid 2px #0081c6;
    margin: 0 auto;
    box-shadow: 0 20px 50px rgba(0,0,0,0.35);
}

.cta-title{
    color: #fff;
    font-weight: 700;
    margin-bottom: 16px;
}

.cta-subtext{
    color: #d7e3f7;
    max-width: 640px;
    margin: 0 auto 28px;
}

.cta-actions{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}


@media (max-width: 768px){
     .cta-section{
        padding: 60px 20px 150px;
    }
 
}
@media (max-width: 576px){
    .cta-title{ font-size: 1.6rem; }
    .cta-actions{ flex-direction: column; }
    .cta-actions .btn{ width: 100%; }
    .cta-section{
        padding-bottom: 50px;
    }
}
.mob-nav-booknow .text-btn{
    font-weight: bold; 
    color: #fff;
    text-decoration: none;
}
.fixed .mob-nav-booknow .text-btn{
  
    color: #000000;
}


 :root{
    --header-blue-light: #cfe6fb;
    --header-blue-light2: #eaf4fd;
    --body-blue: #0b2d63;
    --body-blue-dark: #082253;
    --border-blue: #1c4d8f;
    --icon-yellow: #f5b731;
    --icon-yellow-dark: #e0a11c;
    --title-blue: #0a3d7a;
    --check-blue: #2f8ff0;
    --text-light: #eaf1fb;
    --box-border: #29a3e0;
    --box-bg: #0d3f85;
    --heading-yellow: #f5c542;
    --arrow-yellow: #f5b731;
    --text-white: #eaf1fb;
        --bg-dark: #061024;
    --bg-dark2: #0a1730;
    --card-bg: #0d1c3d;
    --card-border: #1c3a6e;
    --accent-blue: #2f8ff0;
    --accent-yellow: #f5b731;
    --accent-red: #e8453c;
    --text-light: #eaf1fb;
    --text-muted: #8ea3c7;
  }

.width-max{
  width: max-content;
}
.top-heading-img-new::before{
    display: none;
}
.hero-caption h1 .text-white {
   -webkit-text-fill-color: #fff;
}

.vehicle-intelligence{
    padding: 150px 80px;
    background: url("../images/hero-bg.eedbefd765b5.jpg") no-repeat center center;
}
.vehicle-intelligence .hero-caption {
position: initial;
transform: none;
}


.decide-confidence{
        background: #017BC0;
    background: linear-gradient(180deg, rgba(1, 123, 192, 1) 0%, rgba(0, 66, 124, 1) 100%) !important;
    color: #fff;
    padding: 90px  60px;
    border-top: 5px solid #EBBB26 !important;
    border-radius: 30px !important;
    border: solid 1px #EBBB26;
    overflow: visible;
    position: relative;
    top: -80px;
}

.decide-confidence .s-icon{
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 193px;
    height: 193px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}


.decide-confidence .stream-card2{
    padding: 50px 20px 20px;
}

.decide-confidence .stream-card2 .s-icon {
    margin-top: 0;
    width: max-content;
    top: -35px;
    height: auto;
}

.decide-confidence-bottum-box{
  margin-bottom: -150px;
}

.use-case-card {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #EBBB26;
    height: 100%;
      background: linear-gradient(180deg, rgba(1, 123, 192, 1) 0%, rgba(0, 66, 124, 1) 100%) !important;
}
  .use-case-header{
        background: linear-gradient(180deg, #fcfcfd 0%, #9bcff8 100%);
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 25px;
  }
  .use-case-icon{
    width: 77px;
    height: 77px;
    border-radius: 50%;
  }
  .use-case-icon img{
    width: 100%;
  }
  .use-case-title{
    font-size: 32px;
    font-weight: 700;
    color: var(--title-blue);
    margin: 0;
    line-height: 1.25;
  }
.use-case-body {
    background: linear-gradient(180deg, rgba(1, 123, 192, 1) 0%, rgba(0, 66, 124, 1) 100%) !important;
    padding: 20px 25px 40px;
}
  .use-case-list{
    list-style: none;
    margin: 0;
  }
.use-case-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #fff;
    font-size: 24px;
    line-height: 1.45;
    margin-bottom: 14px;
    font-weight: 600;
    position: relative;
}
  .use-case-list li:last-child{
    margin-bottom: 0;
  }
.use-case-list li::before {
    content: '';
    width: 19px;
    height: 19px;
    left: -27px;
    top: 8px;
    position: absolute;
    background: url("../images/li-before.073980711f33.png") no-repeat;
        background-size: contain;
}

.stream-card2.blue-linear-gradient-new{
      background: linear-gradient(0deg, rgba(0, 63, 121, 1) 0%, rgba(0, 129, 198, 1) 100%) !important;
    border-top: solid 7px #ecbb25 !important;
    border-radius: 30px !important;
    border: solid 2px #007FC3;
    position: relative;
    overflow: hidden;
}
.ai-icon-small{
width: 55px;
height: 55px;
}


.stream-card2.blue-linear-gradient-new::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-image: url("../images/bg-pattern.82ebf49d8c1e.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}

.stream-card2.blue-linear-gradient-new::after {
    content: "";
    position: absolute;
    bottom: -110px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 705px;
    height: 260px;
    background-image: url("../images/bottom-arc-pattern.9769e5852c99.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    opacity: 1;
    pointer-events: none;
    z-index: -1;
}

.blue-linear-gradient-new > *{
  position: relative;
  z-index: 1;
}
.my-130{
  margin: 130px 0;
}

.blue-linear-gradient-new .ai-block {
    width: 100%;
    height: auto;
}

.blue-linear-gradient-new .ai-block-row.top {
	gap: 80px 0px;
	margin-bottom: 80px;
	flex-wrap: wrap;
	padding: 0 54px;
	justify-content: start;
}

.blue-linear-gradient-new .ai-block-header {
	padding-top: 60px;
  border-radius: 18px 18px 0 0;
}

.blue-linear-gradient-new .ai-block-dot {
    top: -60px;
}





  .how-it-works-title{
    text-align: center;
    font-weight: 800;
    font-size: 2.8rem;
    margin-bottom: 40px;
    background: linear-gradient(90deg, #4fb9f2 0%, #6bcf8e 50%, #f5c542 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
 
  .how-it-works-row{
    position: relative;
    display: flex;
    align-items: stretch;
    gap: 20px;
  }
 
  .how-step{
    position: relative;
    flex: 1 1 0;
    min-width: 0;
  }
 
.how-step-box {
	position: relative;
	height: 100%;
	background-image: url("../images/how-it-works-bg-pattern.70a090f88029.png");
	border-radius: 20px;
	padding: 26px 20px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow: hidden;
	background-size: cover;
}


/* Keep box content above the background pattern layer */
.how-step-box > *{
  position: relative;
  z-index: 1;
}
 
  /* Gradient border: 0% #ECBB25 (yellow) -> 100% #007FC4 (blue) */
  .how-step-box::after{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
    padding: 2px;
    background: linear-gradient(180deg, #ECBB25 0%, #007FC4 100%);
    -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 1;
  }
.how-step-heading {
	color: #ECBB25;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 12px;
}
 
.how-step-text {
	color: #fff;
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 1.4;
}
 
  .how-step-media{
    margin-top: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 10px;
  }
 
  /* Step 1 has two image boxes side by side */
  .how-step-media .img-box{
    background: rgba(255,255,255,0.06);
    border-radius: 10px;
    overflow: hidden;
    width: 115px;
    height: 90px;
  }
 
  .how-step-media .img-box img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
 
  /* Steps 2-4 have a single centered icon image */
  .how-step-media .icon-img{
    max-width: 200px;
    max-height: 150px;
    object-fit: contain;
  }
 
  /* Connector arrows - desktop only */
  .step-arrow{
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--arrow-yellow);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0b2d63;
    font-size: 1.1rem;
    z-index: 2;
    box-shadow: 0 4px 10px rgba(0,0,0,0.35);
  }


.dashboard-card {
    background: #002851;
    border-radius: 14px;
    padding: 18px 20px;
    height: 100%;
    position: relative;
}

.dashboard-card::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 20px;
	padding: 2px;
	background: linear-gradient(180deg, #ECBB25 0%, #007FC4 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
	z-index: 1;
}
.hero-card::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 20px;
	padding: 2px;
	background: linear-gradient(180deg, #ECBB25 0%, #007FC4 100%);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
	z-index: 1;
}

.hero-card{
  position: relative;
  text-align: center;
  background-color: #0d3f85;
  background-image: url("../images/hero-card-bg-pattern.1d84fcf3023e.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  border-radius: 20px;
   padding: 18px 20px;
  height: 100%;
}
.card-header-title {
	display: flex;
	/* align-items: center; */
	gap: 10px;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.3px;
	color: #fff;
	margin-bottom: 16px;
  padding-bottom: 13px;
	text-transform: uppercase;
	line-height: 1.2;
   font-family: "gotham_narrowmedium";
   border-bottom: 1px solid rgba(0, 127, 196, 0.4);
}
  /* Code block card */
.code-block {
    background: #002851;
    border-radius: 10px;
    padding: 14px;
    font-family: 'Courier New', monospace;
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
    white-space: pre-wrap;
    word-break: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
}
  .code-block .key{ color:#fff; }
  .code-block .str{ color:#fff; }
  .code-block .num{ color:#fff; }
.api-ready-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: rgb(0, 40, 81);
	color: #fff;
	border: 1px solid #ffffff4f;
	border-radius: 20px;
	padding: 5px 14px;
	font-size: 12px;
	margin-top: 14px;
	font-weight: bold;
}
 
  /* Confidence score hero card */
  .hero-card{
    position: relative;
    text-align: center;
  }
  .hero-top-badge{
    position: absolute;
    top: -55px;
    left: 50%;
    transform: translateX(-50%);
   
    border-radius: 50%;
    z-index: 2;
  }
  .hero-row{
    display:flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
  }
  .hero-col-label{
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--text-light);
    display:flex;
    align-items:center;
    gap:6px;
  }
.score-ring {
	width: 110px;
	height: 110px;
	border-radius: 50%;
	background: conic-gradient(#ecbb24 calc(var(--pct, 100) * 1%), rgb(4, 125, 196) 0);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 10px auto;
	position: relative;
}
  .score-ring::before{
    content: "";
    position: absolute;
    inset: 8px;
    border-radius: 50%;
   background: #122b4d;
  }
  .score-ring .score-value{
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    position: relative;
    z-index: 1;
  }
  .score-ring .score-caption{
    font-size: 0.65rem;
    color: #fff;
    position: relative;
    z-index: 1;
  }
  .legend-list{
    list-style:none;
    padding:0;
    margin:0;
    text-align:left;
   font-size:16px;
    font-weight: bold;
  }
  .legend-list li{
    display:flex;
    align-items:center;
    gap:8px;
    margin-bottom:8px;
    color: var(--text-light);
  }
  .dot{
    width:12px; height:12px; border-radius:50%; display:inline-block;
  }
  .dot-red{ background: #E33843; }
  .dot-orange{ background: #E88226; }
  .dot-blue{ background: #157AD7; }
  .dot-yellow{ background: #E0C340; }
  .car-img-wrap{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height: 220px;
  }
  .car-img-wrap img{
    max-width: 100%;
    max-height: 260px;
    object-fit: contain;
    filter: drop-shadow(0 15px 25px rgba(0,0,0,0.6));
  }
 
  /* Damage & severity */
  .damage-car-img{
    width: 100px;
    height: 100px;
    object-fit: contain;
  }
  .severity-list{
    list-style:none;
    margin:0; padding:0;
    font-size:16px;
    font-weight: bold;
  }
  .severity-list li{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    margin-bottom:10px;
  }
  .severity-list .label{
    display:flex;
    align-items:center;
    gap:8px;
    color: var(--text-light);
  }
  .severity-list .value{
    color: var(--text-light);
    font-weight:600;
  }
  .total-finding-box{
    background: rgba(47,143,240,0.08);
    border: 1px solid var(--card-border);
    border-radius: 10px;
    padding: 10px 14px;
    display:flex;
    justify-content:space-between;
    align-items:center;
   font-size: 16px;
  margin-top: 10px;
  color: #fff;
font-weight: bold;
  }
  .total-finding-box .num-badge{
    font-weight:700;
    font-size:1rem;
  }
 
  /* Plate & vehicle data */
.plate-img-box {
	background: rgb(0, 27, 64);
	border: 1px solid rgba(255, 255, 255, 0.31);
	border-radius: 10px;
	padding: 15px 15px;
	text-align: center;
}
.data-row {
	display: flex;
	justify-content: space-between;
	padding: 9px 45px 9px 0;
	border-bottom: 1px solid rgba(0, 127, 196, 0.5);
	font-size: 12px;
}
  .data-row:last-child{ border-bottom:none; }
  .data-row .lbl{ color: #fff; font-weight:bold;}
  .data-row .val{ color: #fff; font-weight:bold; }
 
  /* Image integrity check */
  .integrity-check-list{
    list-style:none;
    margin: 16px 0 0 0;
    padding-left: 20px;
    font-size:12px;
  }
.integrity-check-list li {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 10px;
	color: #fff;
	font-weight: bold;
  position: relative;
}
.integrity-check-list li::before {
	content: '';
	width: 14px;
	height: 14px;
	left: -15px;
	top: 4px;
	position: absolute;
	background: url("../images/li-before.073980711f33.png") no-repeat;
	background-size: contain;
}
  .integrity-check-list i{
    color: #4bd67a;
  }
 
  /* Confidence scores bars */
  .conf-item{ margin-bottom: 18px; }
  .conf-item:last-child{ margin-bottom:0; }
  .conf-item .conf-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-size: 10px;
    margin-bottom: 8px;
  }
  .conf-item .conf-top .conf-name{ font-weight:600; color: var(--text-light); }
  .conf-item .conf-top .conf-pct{ color: #0081C6; font-variant-numeric: tabular-nums; }
  .progress{
    height: 6px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
  }
  .progress-bar{
    background: linear-gradient(90deg, var(--accent-blue), #6fc2ff);
    border-radius: 10px;
  }
 
  h6.section-note{
    color: var(--text-muted);
    font-size: 0.7rem;
  }
 
  @media (max-width: 991.98px){
  .mob-top-50 {
	margin-top: 48px;
	padding-top: 24px;
}
    .how-it-works-row{
      flex-direction: column;
    }
    .step-arrow{
      display: none;
    }
    .how-it-works-title{
      font-size: 2rem;
    }
  }

  @media only screen and (max-width: 768px){
      .hero-top-badge {
	top: -18px;
	width: 90px;
}
         .hero-top-badge img{ width: 100%; }
    .score-ring{ width:90px; height:90px; }
.decide-confidence .s-icon {
	top: -52px;
	width: 100px;
	height: 100px;
}
.blue-linear-gradient-new .ai-block-dot {
	top: -25px;
}
.my-130 {
	margin: 80px 0;
}
.stream-card2.blue-linear-gradient-new::after {
	bottom: -40px;
	max-width: 200px;
	height: 69px;
}
.decide-confidence {
	padding: 40px 40px;
}
.vehicle-intelligence {
	padding: 100px 30px;
}
.ai-block-body p {
	font-size: 18px;
	line-height: 1.2;
}
.use-case-list li {
	font-size: 18px;
	line-height: 1.2;
}
.use-case-title {
	font-size: 24px;
}
.use-case-icon {
	width: 60px;
	height: 50px;
}
.decide-confidence .stream-card2 .s-icon img{
  width: 60px;
}
.ai-icon-small {
	width: 33px;
	height: 33px;
}
}


.benefits-card {
	position: relative;
	background: #002c58;
	border-radius: 22px;
	border-top: 5px solid #f3d34a !important;
	border: solid 2px #0081c6;
	padding: 40px 36px;
	overflow: hidden;
}
  /* Ribbon badge: "Benefits for / Carriers" */
.ribbon-badge {
	position: relative;
	left: -36px;
	background: url("../images/ribbon-badge-bg.d95646dd790a.png") no-repeat;
	color: #fff;
	padding: 20px 36px;
	margin-bottom: 20px;
	max-width: 325px;
	width: 100%;
	height: 119px;
	background-size: contain;
	align-content: center;
}
  .ribbon-badge .ribbon-line1{
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
  }
  .ribbon-badge .ribbon-line2{
    display: block;
    font-size: 48px;
    font-weight: 800;
    line-height: 1.1;
  }
 
  .benefits-text{
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 24px;
    max-width: 420px;
    font-width: 600;
  }
 
  .benefits-icon-wrap{
    display: flex;
    justify-content: flex-start;
  }
 
  .benefits-icon-wrap img{
    max-width: 220px;
    width: 100%;
    height: auto;
    object-fit: contain;
  }
 
  /* Right checklist card */
  .checklist-card{
    background: linear-gradient(160deg, #ffffff 0%, #dceefc 100%);
    border-radius: 18px;
    padding: 28px 30px;
    height: 100%;
    display: flex;
    align-items: center;
  }
 
  .checklist-list{
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }
 
  .checklist-list li{
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #0a3d7a;
    font-size: 23px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 18px;
  }
 
  .checklist-list li:last-child{
    margin-bottom: 0;
  }
 
  .checklist-list .check-icon{
    width: 20px;
    height: 20px;
    min-width: 20px;
    border-radius: 50%;
    background: #003A74;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
  }
 
  .checklist-list .check-icon svg{
    width: 12px;
    height: 12px;
  }
 
  @media (max-width: 991.98px){
    .benefits-card{
      padding: 30px 24px;
    }
    .checklist-card{
      margin-top: 24px;
    }
    .ribbon-badge .ribbon-line2{
      font-size: 42px;
    }
  }
 
  @media (max-width: 575.98px){
    .benefits-icon-wrap img{
      max-width: 160px;
    }
    .checklist-list li {
	font-size: 16px;
}
.ai-block-body p {
	font-size: 19px;
}
.fs-81 {
	font-size: 20px !important;
}
.ribbon-badge .ribbon-line2 {
	font-size: 36px;
}
.ribbon-badge .ribbon-line1 {
	font-size: 18px;
	line-height: 1.2;
	margin: 0;
}
.ribbon-badge .ribbon-line2 {
	font-size: 30px;
}

.ribbon-badge {
	padding: 10px 36px;
	height: auto;
}
.blue-linear-gradient-new .ai-block-row.top {
	gap: 45px 0px;
  margin-bottom: 45px;
	padding: 0 20px;
}
.my-130 {
	margin: 45px 0;
}
.use-case-title {
	font-size: 22px;
}
.use-case-header {
	gap: 10px;
	padding: 15px 15px;
}
.use-case-body {
	padding: 20px 15px 40px;
}
.decide-confidence {
	padding: 40px 24px;
}
  }